Skip to content

GH-1455: AdviceChain on Stream Listener Container #1456

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 27, 2022

Conversation

garyrussell
Copy link
Contributor

Resolves #1455

Add an advice chain to the stream listener container and its factory.
Add a StreamMessageRecoverer for native stream messages.
Add a retry interceptor to work with native stream messages.

cherry-pick to 2.4.x

(What's New? will conflict so I left it out - will polish it in both branches after merge).

Resolves spring-projects#1455

Add an advice chain to the stream listener container and its factory.
Add a `StreamMessageRecoverer` for native stream messages.
Add a retry interceptor to work with native stream messages.

**cherry-pick to 2.4.x**

/**
* Set an advice chain to apply to the listener.
* @param advices the advice chain.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@since 2.4.5 ?

@artembilan artembilan merged commit bf32231 into spring-projects:main Apr 27, 2022
@artembilan
Copy link
Member

... and cherry-picked to 2.4.x

@garyrussell garyrussell deleted the GH-1455 branch April 27, 2022 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow StreamRabbitListenerContainerFactory message listeners to retry messages in a standard manner
2 participants